projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f3787
)
sunxi: usb: Rename the sunxi usb driver DM entry
author
Marek Vasut
<
[email protected]
>
Mon, 30 Nov 2015 17:15:33 +0000
(18:15 +0100)
committer
Marek Vasut
<
[email protected]
>
Sun, 6 Dec 2015 23:14:59 +0000
(
00:14
+0100)
The DM entry should be unique, otherwise it will collide with other
drivers. Fix this by assigning the driver a more unique name than
usb_ehci.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Hans de Goede <
[email protected]
>
Cc: Ian Campbell <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
drivers/usb/host/ehci-sunxi.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-sunxi.c
b/drivers/usb/host/ehci-sunxi.c
index 38d5f92ad0fd8b86d99839a881ba8c7d758d6086..d494ca10bb1c7d8b9c42e896e114301b4be67d7f 100644
(file)
--- a/
drivers/usb/host/ehci-sunxi.c
+++ b/
drivers/usb/host/ehci-sunxi.c
@@
-87,7
+87,7
@@
static const struct udevice_id ehci_usb_ids[] = {
{ }
};
-U_BOOT_DRIVER(
usb_ehc
i) = {
+U_BOOT_DRIVER(
ehci_sunx
i) = {
.name = "ehci_sunxi",
.id = UCLASS_USB,
.of_match = ehci_usb_ids,